home *** CD-ROM | disk | FTP | other *** search
/ Macwelt 4 / Macwelt DVD 4.cdr / Entwickler / Mac-OS / oxygen / oxygen.app / Contents / Resources / Java / jh.jar / javax / help / DefaultHelpBroker$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  2002-06-24  |  1011 b   |  28 lines

  1. package javax.help;
  2.  
  3. import java.awt.event.WindowAdapter;
  4. import java.awt.event.WindowEvent;
  5.  
  6. class DefaultHelpBroker$1 extends WindowAdapter {
  7.    // $FF: synthetic field
  8.    private final DefaultHelpBroker this$0;
  9.  
  10.    DefaultHelpBroker$1(DefaultHelpBroker var1) {
  11.       this.this$0 = var1;
  12.    }
  13.  
  14.    public void windowClosing(WindowEvent var1) {
  15.       DefaultHelpBroker.access$000("modal window closing");
  16.       if (this.this$0.dialog.isShowing()) {
  17.          this.this$0.dialog.hide();
  18.       }
  19.  
  20.       if (this.this$0.ownerWindow != null) {
  21.          this.this$0.ownerWindow.removeWindowListener(this.this$0.dl);
  22.       }
  23.  
  24.       this.this$0.ownerWindow = null;
  25.       this.this$0.modalDeactivated = true;
  26.    }
  27. }
  28.